Skip to content

Conversation

@sdwheeler
Copy link
Collaborator

@sdwheeler sdwheeler commented Jan 12, 2026

PR Summary

Sync .gitignore and extensions.json across repos

PR Checklist

  • Descriptive Title: This PR's title is a synopsis of the changes it proposes.
  • Summary: This PR's summary describes the scope and intent of the change.
  • Contributor's Guide: I have read the contributors guide.
  • Style: This PR adheres to the style guide.

Copilot AI review requested due to automatic review settings January 12, 2026 15:26
@learn-build-service-prod
Copy link

PoliCheck Scan Report

The following report lists PoliCheck issues in PR files. Before you merge the PR, you must fix all severity-1 and severity-2 issues. The AI Review Details column lists suggestions for either removing or replacing the terms. If you find a false positive result, mention it in a PR comment and include this text: #policheck-false-positive. This feedback helps reduce false positives in future scans.

✅ No issues found

More information about PoliCheck

Information: PoliCheck | Severity Guidance | Term
For any questions: Try searching the learn.microsoft.com contributor guides or post your question in the Learn support channel.

@learn-build-service-prod
Copy link

Learn Build status updates of commit dc0ccf1:

✅ Validation status: passed

File Status Preview URL Details
.gitignore ✅Succeeded
.vscode/extensions.json ✅Succeeded

For more details, please refer to the build report.

@sdwheeler sdwheeler merged commit 939e00f into MicrosoftDocs:main Jan 12, 2026
11 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR synchronizes configuration files (.gitignore and extensions.json) across repositories to maintain consistency. The changes expand ignored files/directories and update VS Code extension recommendations.

Changes:

  • Added 4 new VS Code extensions and removed 1 extension from recommendations
  • Expanded .gitignore with additional entries for build artifacts, temporary files, and platform-specific files

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
.vscode/extensions.json Added vale, gremlins, markdown-yaml-preamble, and errorlens extensions; removed markdown-pdf extension
.gitignore Reorganized and expanded ignore patterns to include additional build artifacts, temporary files, and development-related directories

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 6 to +12
"docsmsft.docs-authoring-pack",
"marvhen.reflow-markdown",
"chrischinchilla.vale-vscode",
"ms-vscode.powershell",
"nhoizey.gremlins",
"shuworks.vscode-table-formatter",
"bierner.markdown-yaml-preamble",
Copy link

Copilot AI Jan 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The extensions list is not in alphabetical order. The list should be sorted alphabetically by extension ID for better maintainability. For example, 'bierner.markdown-yaml-preamble' should come before 'chrischinchilla.vale-vscode', and 'chrischinchilla.vale-vscode' should come before 'docsmsft.docs-authoring-pack'.

Suggested change
"docsmsft.docs-authoring-pack",
"marvhen.reflow-markdown",
"chrischinchilla.vale-vscode",
"ms-vscode.powershell",
"nhoizey.gremlins",
"shuworks.vscode-table-formatter",
"bierner.markdown-yaml-preamble",
"bierner.markdown-yaml-preamble",
"chrischinchilla.vale-vscode",
"docsmsft.docs-authoring-pack",
"marvhen.reflow-markdown",
"ms-vscode.powershell",
"nhoizey.gremlins",
"shuworks.vscode-table-formatter",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant